'Declaration
Public Function New( _ ByVal format As String, _ ByVal innerException As Exception, _ ByVal ParamArray args() As Object _ )
'Usage
Dim format As String Dim innerException As Exception Dim args() As Object Dim instance As New UserAgentParserException(format, innerException, args)
public: UserAgentParserException( String^ format, Exception^ innerException, ... array<Object^>^ args )
Parameters
- format
- innerException
- args